home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Visio / flash / visio10_ui.swf / scripts / DefineButton2_489 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-03-22  |  141 b   |  9 lines

  1. on(press){
  2.    if(per02Clicked == 1)
  3.    {
  4.       per02Clicked = 0;
  5.       fscommand("playlistRemove","1");
  6.       gotoAndStop(2);
  7.    }
  8. }
  9.